home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / kismet_ui.conf < prev    next >
Text File  |  2006-04-19  |  4KB  |  110 lines

  1. # Kismet GUI config file
  2.  
  3. # Version of Kismet config
  4. version=2004.10.R1
  5.  
  6. # Do we show the intro window?
  7. showintro=true
  8.  
  9. # Gui type to use
  10. # Valid types: curses, panel
  11. gui=panel
  12. # Server to connect to (host:port)
  13. host=localhost:2501
  14. # Network traffic decay (active/recent/inactive) and packet click rate - increase
  15. # this if you are doing prism2 channel hopping.
  16. decay=3
  17. # What columns do we display?  Comma seperated.  Read the documentation for what 
  18. # columns are valid.
  19. columns=decay,name,type,wep,channel,packets,flags,ip,size
  20. # What columns do we display for clients?  Comma seperated.
  21. clientcolumns=decay,type,mac,manuf,data,crypt,size,ip,signal,quality,noise
  22. # Does the GUI use sound?
  23. # NOT to be confused with "sound" option later, which is for the SERVER to make
  24. # noise on whatever host it's running on.
  25. sound=true
  26. # Path to sound player
  27. soundplay=/usr/bin/play
  28. # Optional parameters to pass to the player
  29. # soundopts=--volume=.3
  30. # New network found
  31. sound_new=/usr/share/kismet/wav/new_network.wav
  32. # Wepped new network
  33. # sound_new_wep=${prefix}/com/kismet/wav/new_wep_network.wav
  34. # Network traffic sound
  35. sound_traffic=/usr/share/kismet/wav/traffic.wav
  36. # Network junk traffic found
  37. sound_junktraffic=/usr/share/kismet/wav/junk_traffic.wav
  38. # GPS lock aquired sound
  39. # sound_gpslock=/usr/share/kismet/wav/foo.wav
  40. # GPS lock lost sound
  41. # sound_gpslost=/usr/share/kismet/wav/bar.wav
  42. # Alert sound
  43. sound_alert=/usr/share/kismet/wav/alert.wav
  44.  
  45. # Do we auotmatically make a group for probed networks or do we show them
  46. # amidst other networks?
  47. autogroup_probe=true
  48. # Do we autogroup data-only networks?
  49. autogroup_data=true
  50. # Do we autogroup adhoc networks?
  51. autogroup_adhoc=true
  52.  
  53. # Display battery status?
  54. apm=true
  55.  
  56. # Does the GUI talk to us with Festival?
  57. speech=false
  58. # Where is festival located for the GUI?
  59. festival=/usr/bin/festival
  60. # Are we using festival light?  If so, point the above "festival" path to the
  61. # "flite" binary.
  62. flite=false
  63. # How do we speak?  Valid options:
  64. # speech    Normal speech
  65. # nato      NATO spellings (alpha, bravo, charlie)
  66. # spell     Spell the letters out (aye, bee, sea)
  67. speech_type=nato
  68. # speech_encrypted and speech_unencrypted - Speech templates
  69. # Similar to the logtemplate option, this lets you customize the speech output.
  70. # speech_encrypted is used for an encrypted network spoken string
  71. # speech_unencrypted is used for an unencrypted network spoken string
  72. #
  73. # %b is replaced by the BSSID (MAC) of the network
  74. # %s is replaced by the SSID (name) of the network
  75. # %c is replaced by the CHANNEL of the network
  76. # %r is replaced by the MAX RATE of the network
  77. speech_encrypted=New network detected, s.s.i.d. %s, channel %c, network encrypted.
  78. speech_unencrypted=New network detected, s.s.i.d. %s, channel %c, network open.
  79.  
  80. # Simple borders (use - and | instead of smooth vertical and horizontal
  81. # lines.  This is required on Zaurus, and might be needed elsewhere if your
  82. # terminal doesn't display the border characters correctly.
  83. simpleborders=false
  84.  
  85. # Colors (front, back) of text in the panel front.  Valid colors are:
  86. # black, red, yellow, green, blue, magenta, cyan, white
  87. # optionally prefixed with "hi-" for bold/bright colors, ie
  88. # hi-red, hi-yellow, hi-green, etc.
  89.  
  90. # Enable colors?  
  91. color=true
  92. # Background
  93. backgroundcolor=black
  94. # Default text
  95. textcolor=white
  96. # Window borders
  97. bordercolor=green
  98. # Titles
  99. titlecolor=hi-white
  100. # GPS and APM info
  101. monitorcolor=hi-white
  102. # WEP network color
  103. wepcolor=hi-green
  104. # Factory network color
  105. factorycolor=hi-red
  106. # Open color
  107. opencolor=hi-yellow
  108. # Decloaked network color
  109. cloakcolor=hi-blue
  110.